﻿@charset "UTF-8";

/*-----------------------------------------------------------------------------------

    
    CSS INDEX
    ===================
	
    1. Template default CSS
    2. Header style
	3. Slider style
    4. Breadcrumb style
    5. About us page style style
    6. Study-Abroad Page style
    7. Stydy in abroad / Details page style
    8. Serivce page style
    9. Testimonial page style
    10. Contact page style
    11. footer area style 
    
-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  1. Template default CSS
/*----------------------------------------*/


/*-- Google Font --*/

@import url("../../../../css.css");

/*-- Common Style --*/

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-top: 0;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
    margin-bottom: 15px;
}

h1 {
    font-size: 36px;
    line-height: 42px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


/*-- 
    - Common Classes
-----------------------------------------*/

.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.section {
    float: left;
    width: 100%;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.border-bottom-1 {
    border-bottom: 1px solid #d5d5d5;
}

a:hover {
    color: #3dc2ff;
}


/*************************
  Basic margin padding
*************************/

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}


/*************************
         Margin top
*************************/

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .mt-80 {
        margin-top: 60px;
    }
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}


/*************************
      Margin right
*************************/

.mr-0 {
    margin-right: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-12 {
    margin-right: 12px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}


/*************************
      Margin bottom
*************************/

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .mb-80 {
        margin-bottom: 60px;
    }
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 50px;
    }
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}


/*************************
        Margin left
*************************/

.ml-0 {
    margin-left: 0;
}

.ml-10 {
    margin-left: 10px;
}

.ml-12 {
    margin-left: 12px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-150 {
    margin-left: 150px;
}


/*************************
        Padding top
*************************/

.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

@media only screen and (max-width: 767px) {
    .pt-70 {
        padding-top: 60px;
    }
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-90 {
    padding-top: 90px;
}

@media only screen and (max-width: 767px) {
    .pt-90 {
        padding-top: 60px;
    }
}

.pt-100 {
    padding-top: 100px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

@media only screen and (max-width: 767px) {
    .pt-110 {
        padding-top: 40px;
    }
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

@media only screen and (max-width: 767px) {
    .pt-120 {
        padding-top: 50px;
    }
}

.pt-125 {
    padding-top: 125px;
}

@media only screen and (max-width: 767px) {
    .pt-125 {
        padding-top: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-125 {
        padding-top: 75px;
    }
}

.pt-128 {
    padding-top: 128px;
}

.pt-130 {
    padding-top: 130px;
}

@media only screen and (max-width: 767px) {
    .pt-130 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-130 {
        padding-top: 80px;
    }
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-180 {
    padding-top: 180px;
}

@media only screen and (max-width: 767px) {
    .pt-180 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-180 {
        padding-top: 90px;
    }
}

.pt-205 {
    padding-top: 205px;
}

.pt-230 {
    padding-top: 230px;
}

.pt-270 {
    padding-top: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-270 {
        padding-top: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .pt-270 {
        padding-top: 100px;
    }
}

.pt-240 {
    padding-top: 240px;
}

.pt-365 {
    padding-top: 365px;
}

.pt-370 {
    padding-top: 370px;
}

.pt-380 {
    padding-top: 380px;
}


/*************************
        Padding right
*************************/

.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-270 {
    padding-right: 270px;
}


/*************************
        Padding bottom
*************************/

.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
    .pb-100 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

@media only screen and (max-width: 767px) {
    .pb-115 {
        padding-bottom: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-115 {
        padding-bottom: 65px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
    .pb-120 {
        padding-bottom: 50px;
    }
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

@media only screen and (max-width: 767px) {
    .pb-130 {
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-130 {
        padding-bottom: 80px;
    }
}

.pb-140 {
    padding-bottom: 140px;
}

@media only screen and (max-width: 767px) {
    .pb-140 {
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-140 {
        padding-bottom: 50px;
    }
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-280 {
    padding-bottom: 280px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-285 {
    padding-bottom: 285px;
}

.pb-270 {
    padding-bottom: 270px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pb-270 {
        padding-bottom: 170px;
    }
}

@media only screen and (max-width: 767px) {
    .pb-270 {
        padding-bottom: 100px;
    }
}

.pb-290 {
    padding-bottom: 290px;
}


/*************************
        Padding left
*************************/

.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-190 {
    padding-left: 190px;
}


/***************************
    Page section padding 
****************************/

.ptb-0 {
    padding: 0;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-35 {
    padding: 35px 0;
}

.ptb-32 {
    padding: 32px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-130 {
    padding: 130px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-160 {
    padding: 160px 0;
}

.ptb-170 {
    padding: 170px 0;
}

.ptb-177 {
    padding: 177px 0;
}

.ptb-180 {
    padding: 180px 0;
}

.ptb-190 {
    padding: 190px 0;
}

.ptb-200 {
    padding: 200px 0;
}

.ptb-210 {
    padding: 210px 0;
}

.ptb-220 {
    padding: 220px 0;
}

.ptb-290 {
    padding: 290px 0;
}

.ptb-310 {
    padding: 310px 0;
}


/***************************
    Page section margin 
****************************/

.mtb-0 {
    margin: 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-110 {
    margin: 110px 0;
}

.mtb-120 {
    margin: 120px 0;
}

.mtb-130 {
    margin: 130px 0;
}

.mtb-140 {
    margin: 140px 0;
}

.mtb-150 {
    margin: 150px 0;
}

.mtb-290 {
    margin: 290px 0;
}


/*-- 
    - Input Placeholder
-----------------------------------------*/

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    width: 100%;
}

select {
    width: 100%;
    background: transparent;
    border: 0px solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}

input:focus {
    background: transparent;
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}

textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}

.input-group.divcenter.input-group .form-control {
    padding-left: 0px;
}

.custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -21px;
    margin-left: -21px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media only screen and (max-width: 767px) {
    .custom-row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.custom-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 21px;
    padding-left: 21px;
    position: relative;
    width: 100%;
    min-height: 1px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .custom-col-5 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.mobile-menu-area {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-menu-area {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-menu-area {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .mobile-menu-area {
        display: block;
    }
}

.mean-container a.meanmenu-reveal {
    top: -26px;
}

#mobile-menu-active {
    display: none;
}

.mobile-menu .mean-nav ul.menu-overflow {
    height: 215px;
    margin-top: 10;
}

.mobile-menu.mean-container .mean-nav ul {
    margin: 14px 0 0;
}


/*-- 
    Scroll Up 
-----------------------------------------*/

#scrollUp {
    width: 50px;
    height: 50px;
    background: linear-gradient(81deg, rgba(23,140,164,1) 25%, rgba(61,194,255,1) 96%);
    color: #fff;
    left: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
    border-radius: 50px;
    z-index: 9811 !important;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        width: 40px;
        height: 40px;
    }
}

#scrollUp i {
    display: block;
    line-height: 50px;
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    #scrollUp i {
        line-height: 40px;
        font-size: 16px;
    }
}

#scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/*--
    - Background Color
------------------------------------------*/

.bg-gray {
    background-color: #f6f7f8;
}

.default-btn {
    background-color: #3dc2ff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 21px 40px 21px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 1;
    letter-spacing: .5px;
    border-radius: 50px;
}

.default-btn:hover {
    background-color: rgba(23,140,164,1);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .default-btn {
        padding: 14px 30px 14px;
        font-size: 15px;
    }
}

.default-overlay {
    position: relative;
}

.default-overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    right: 0;
    bottom: 0;
}


/*--------- 2. Header style ----------
-------------------------------------*/

.header-top {
    padding: 15px 0 22px;
    position: relative;
}

.header-top:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 44px;
    content: "";
    /* background-color: #00a666; */
    background: linear-gradient(81deg, rgba(23,140,164,1) 25%, rgba(61,194,255,1) 96%);
    opacity: .8;
}

@media only screen and (max-width: 767px) {
    .header-top:before {
        height: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-top:before {
        height: 46px;
    }
}

.header-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .header-contact ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-contact ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0px;
    }
}

.header-contact ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 48px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .header-contact ul li {
        margin-right: 18px;
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .header-contact ul li {
        font-size: 14px;
    }
}

.header-contact ul li i {
    font-size: 15px;
    margin-right: 10px;
}

.header-contact ul li:last-child {
    margin-right: 0px;
}

.header-contact ul li a {
    color: #fff;
}

.header-contact ul li a:hover {
    color: #eaeaea;
}

.logo {
    margin-top: 30px;
}
.logo img {
    width: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        margin-top: 0px;
    }
}

.menu-cart-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-cart-wrap {
        margin-right: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .menu-cart-wrap {
        margin-right: 38px;
    }
}

.main-menu nav ul li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu nav ul li {
        margin-left: 15px;
    }
}

.main-menu nav ul li ul.submenu {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
    display: block;
    left: 0;
    padding: 20px 0px 22px;
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 190px;
    z-index: 999;
}

.main-menu nav ul li ul.submenu li {
    display: block;
    padding: 0 20px;
    margin-left: 0px;
}

.main-menu nav ul li ul.submenu li a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-transform: capitalize;
    padding-top: 0px;
}

.main-menu nav ul li ul.submenu li a:hover {
    color: #3dc2ff;
}

.main-menu nav ul li ul.submenu li a::before {
    background: #3dc2ff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 15px;
    opacity: 0;
    position: absolute;
    top: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 7px;
    z-index: 999;
}

.main-menu nav ul li ul.submenu li:hover a::before {
    opacity: 1;
}

.main-menu nav ul li ul.submenu li:hover a {
    padding-left: 12px;
}

.main-menu nav ul li:hover > ul.submenu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

.main-menu nav ul li:first-child {
    margin-left: 0px;
}

.main-menu nav ul li:hover a {
    color: #3dc2ff;
}
.main-menu nav ul li a.active {
    border-bottom: 3px solid #3dc2ff;
    color: #3dc2ff;
}

.main-menu nav ul li a {
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    line-height: 87px;
}

.main-menu nav ul li a i {
    color: #3dc2ff;
    font-size: 12px;
    margin-left: 9px;
}

.main-menu nav ul li.mega-menu-position {
    position: static;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu {
    background-color: #fff;
    display: block;
    left: 0;
    padding: 33px 30px 30px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li {
    display: inline-block;
    padding-left: 60px;
    margin-left: 0;
    width: 25%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu nav ul li.mega-menu-position ul.mega-menu > li {
        padding-left: 30px;
    }
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li.mega-menu-title {
    float: inherit;
    width: 100%;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li.mega-menu-title a {
    color: #242424;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li.mega-menu-title a::before {
    display: none;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li.mega-menu-title:hover a {
    padding-left: 0px;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li {
    display: block;
    float: inherit;
    padding: 0px;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-transform: capitalize;
    padding-top: 0px;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li a:hover {
    color: #3dc2ff;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li a::before {
    background: #3dc2ff none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 7px;
    z-index: 999;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li:hover a::before {
    opacity: 1;
}

.main-menu nav ul li.mega-menu-position ul.mega-menu > li ul li:hover a {
    padding-left: 12px;
}

.main-menu nav ul li.mega-menu-position:hover > ul.mega-menu {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-menu {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .main-menu {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-bottom {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .header-bottom {
        padding: 20px 0;
    }
}

.sticky-bar.stick {
    -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
    background-color: #fff;
    border-bottom: 0 solid #4a90e2;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.04);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}


/*--------- 3. Slider style ---------
-------------------------------------*/

.slider-height-1 {
    height: 844px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-1 {
        height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-1 {
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-1 {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-1 {
        height: 500px;
    }
}

.slider-active {
    position: relative;
}

.slider-active .slider-single-img {
    width: 504px;
    position: absolute;
    right: 256px;
    bottom: 0;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-active .slider-single-img {
        width: 430px;
        right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-active .slider-single-img {
        width: 380px;
        right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-active .slider-single-img {
        width: 350px;
        right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-active .slider-single-img {
        width: 250px;
        right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-active .slider-single-img {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content {
        padding-top: 150px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider-content {
        padding-top: 100px;
    }
}

.slider-content h1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content h1 {
        font-size: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content h1 {
        font-size: 55px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content h1 {
        font-size: 28px;
    }
}

.slider-content p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    width: 90%;
    margin: 25px 0 47px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-content p {
        width: 84%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-content p {
        width: 78%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content p {
        width: 100%;
        margin: 15px 0 27px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content p {
        width: 100%;
        margin: 25px 0 30px;
    }
}

.slider-content .slider-btn a {
    margin-right: 27px;
}

.slider-content .slider-btn a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .slider-content .slider-btn a {
        padding: 12px 16px 12px;
        font-size: 14px;
        margin-right: 10px;
    }
}

.slider-content .slider-btn a.btn-green-color {
    background-color: #3dc2ff;
    color: #fff;
    border: 1px solid #3dc2ff;
}

.slider-content .slider-btn a.btn-green-color:hover {
    background-color: #fff;
    border: 1px solid transparent;
    color: #3dc2ff;
}

.slider-content .slider-btn a.btn-white-color {
    background-color: #fff;
    color: #3dc2ff;
    border: 1px solid #77d0a2;
}

.slider-content .slider-btn a.btn-white-color:hover {
    background-color: #3dc2ff;
    border: 1px solid transparent;
    color: #fff;
}

.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1.slider-single-img img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.owl-item.active .slider-animated-2.slider-single-img2 img {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 h1 {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 p {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.owl-item.active .slider-animated-2 a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.slider-content.slider-content-2 {
    padding-top: 0px;
}

.slider-content.slider-content-2 p {
    width: 70%;
    margin: 25px auto 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-content.slider-content-2 p {
        width: 78%;
        margin: 25px auto 35px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-content.slider-content-2 p {
        width: 100%;
        margin: 20px auto 30px;
    }
}

.slider-overlay2-1.default-overlay::before {
    opacity: .39;
    background-color: #000;
}

.slider-overlay2-2.default-overlay::before {
    opacity: .43;
    background-color: #000;
}

.slider-overlay2-3.default-overlay::before {
    opacity: .70;
    background-color: #000;
}

.slider-height-2 {
    height: 500px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .slider-height-2 {
        height: 600px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .slider-height-2 {
        height: 550px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-height-2 {
        height: 550px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-height-2 {
        height: 480px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-height-2 {
        height: 480px;
    }
}


/*--------- Video style ---------*/

.video-area {
    position: relative;
}

.video-area:before {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    content: "";
    opacity: .5;
    width: 100%;
    height: 100%;
    border: 10px solid #383838;
}

.video-area .video-btn-2 {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 99;
}

.video-area .video-btn-2 a {
    text-align: center;
    display: block;
}

/* ---- Service ---- */

.home-service-area {
    background-image:url(../img/bg/bg-22.jpg); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-service-area.default-overlay::before {
    opacity: .3;
    /* background-color: #000; */
    /* background: linear-gradient(135deg, rgba(61,194,255,1) 15%, rgba(23,140,164,1) 69%, rgba(7,42,64,1) 95%); */
    background: linear-gradient(135deg, rgba(23,140,164,1) 50%, rgba(61,194,255,1) 100%);
}
.single-choose-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 48px 46px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-choose-us {
        padding: 50px 15px 46px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-choose-us {
        padding: 40px 15px 36px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-choose-us {
        padding: 30px 10px 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-choose-us {
        padding: 30px 20px 26px;
    }
}

@media only screen and (max-width: 767px) {
    .single-choose-us {
        padding: 30px 10px 26px;
    }
}

.single-choose-us .choose-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 20px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-choose-us .choose-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-choose-us .choose-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-choose-us .choose-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .single-choose-us .choose-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        margin-right: 10px;
    }
}

.single-choose-us .choose-img img {
    width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.single-choose-us .choose-content h3 {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    margin: 0 0 12px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .single-choose-us .choose-content h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .single-choose-us .choose-content h3 {
        font-size: 18px;
        margin: 0 0 5px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-choose-us .choose-content h3 {
        font-size: 18px;
        margin: 0 0 5px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .single-choose-us .choose-content h3 {
        font-size: 18px;
        margin: 0 0 5px;
        line-height: 25px;
    }
}

.single-choose-us .choose-content p {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

.section-title {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .section-title {
        margin-left: 0px;
    }
}


.section-title h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 38px;
}

@media only screen and (max-width: 767px) {
    .section-title h2 {
        font-size: 27px;
        margin: 0 0 10px;
    }
}

.section-title h2 span {
    color: #3dc2ff;
    font-weight: 400;
}

.section-title p {
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .section-title p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title.mb-75 {
        margin-bottom: 35px;
    }
    .section-title.mb-75.mrg-bottom-small {
        margin-bottom: 95px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title.mb-75 {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-3.mb-100 {
        margin-bottom: 80px;
    }
}

.section-title.white-text h2 {
    color: #fff;
}

.section-title-green p {
    color: #3dc2ff;
}

@media only screen and (max-width: 767px) {
    .section-title.section-title-green.mb-30 {
        margin-bottom: 20px;
    }
}

.section-title-2 {
    position: relative;
    margin-left: 32px;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .section-title-2 {
        margin-left: 0px;
    }
}


@media only screen and (max-width: 767px) {
    .section-title-2:before {
        left: -5px;
    }
}

.section-title-2 h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 38px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .section-title-2 h2 {
        font-size: 35px;
    }
}

.section-title-2 h2 span {
    font-weight: 400;
}

.section-title-2 p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.section-title-3 {
    position: relative;
}

.section-title-3:before {
    position: absolute;
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: -29px;
}

.section-title-3 h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 38px;
}

@media only screen and (max-width: 767px) {
    .section-title-3 h2 {
        font-size: 33px;
        margin: 0 0 10px;
    }
}

.section-title-3 h2 span {
    color: #3dc2ff;
    font-weight: 400;
}

.section-title-3 p {
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .section-title-3 p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title-3.ml-70 {
        margin-left: 0px;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title-3.ml-70 {
        margin-left: 0px;
        margin-top: 50px;
    }
}

.section-title-3.white-text h2,
.section-title-3.white-text span,
.section-title-3.white-text p {
    color: #fff;
}

.section-shape-hm2-1:before {
    content: url(../img/icon-img/section-shape-3.png);
}



/*---------University area ---------*/

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}


/*---------  Why Choose Us style ---------*/
.why-we {
    background-repeat: no-repeat;
    background-size: cover;
}
.why-we.default-overlay::before {
    opacity: .8;
    background-color: #000;
    /* background: linear-gradient(135deg, rgba(61,194,255,1) 15%, rgba(23,140,164,1) 69%, rgba(7,42,64,1) 95%); */
    /* background: linear-gradient(135deg, rgba(23,140,164,1) 50%, rgba(61,194,255,1) 100%); */
}
.single-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.single-count:before {
    position: absolute;
    top: 8px;
    background-color: #e1dddd;
    content: "";
    width: 3px;
    height: 50px;
}

.single-count .count-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54px;
    flex: 0 0 54px;
    margin-right: 25px;
}

.single-count .count-img img {
    width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-count .count-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        margin-right: 15px;
    }
}

.single-count .count-content h2 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 15px;
    color: #3dc2ff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-count .count-content h2 {
        font-size: 40px;
        margin: 0 0 12px;
    }
}

@media only screen and (max-width: 767px) {
    .single-count .count-content h2 {
        font-size: 35px;
        margin: 0 0 10px;
    }
}

.single-count .count-content span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1;
    color: #666666;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-count .count-content span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .single-count .count-content span {
        font-size: 15px;
    }
}

.count-one:before {
    right: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-one:before {
        right: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-one:before {
        right: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .count-one:before {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .count-one {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-one {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-one {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .count-one {
        margin-left: 0px;
    }
}

.count-two {
    margin-left: 55px;
}

.count-two:before {
    right: -47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-two:before {
        right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-two:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .count-two:before {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-two {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-two {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .count-two {
        margin-left: 0px;
    }
}

.count-three {
    margin-left: 80px;
}

.count-three:before {
    display: block;
    content: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-three:before {
        right: -34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-three:before {
        right: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .count-three:before {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-three {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-three {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .count-three {
        margin-left: 0px;
    }
}



.event-area.default-overlay:before {
    background-color: #fefefe;
    opacity: .5;
}

.single-event .event-img {
    position: relative;
    overflow: hidden;
}

.single-event .event-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.single-event .event-img .event-date-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    background-color: #3dc2ff;
    padding: 12px 20px 12px;
}

.single-event .event-img .event-date-wrap span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.single-event .event-img .event-date-wrap span.event-date {
    margin: 0 0 5px;
}

.single-event .event-content {
    padding: 24px 30px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-event .event-content {
        padding: 24px 15px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-event .event-content {
        padding: 24px 22px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .single-event .event-content {
        padding: 20px 12px 26px;
    }
}

.single-event .event-content h3 {
    font-size: 18px;
    line-height: 26px;
    color: #444;
    font-weight: bold;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-event .event-content h3 {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .single-event .event-content h3 {
        font-size: 17px;
    }
}

.single-event .event-content p {
    line-height: 23px;
    margin: 12px 0 24px;
}

.single-event:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-event.event-gray-bg {
    background-color: #f6f6f6;
}

.single-event.event-white-bg {
    background-color: #fff;
}

.single-count.count-white:before {
    background-color: #3dc2ff;
    width: 1px;
    top: 0;
}

.single-count.count-white .count-content h2 {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px;
}

.single-count.count-white .count-content span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.count-one.count-white {
    margin-left: 0px;
}

.count-one.count-white:before {
    right: -3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-one.count-white:before {
        right: 6px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-one.count-white:before {
        right: -25px;
    }
}

.count-two.count-white::before {
    right: -16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-two.count-white::before {
        right: 27px;
    }
}

.count-three.count-white {
    margin-left: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-three.count-white {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-three.count-white {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .count-three.count-white {
        margin-left: 0px;
    }
}

.count-three.count-white:before {
    right: 29px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .count-three.count-white:before {
        right: -30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .count-three.count-white:before {
        right: -25px;
    }
}
/*--------- Testimonial style ---------*/

.testimonial-slider-wrap {
    position: relative;
}

.testimonial-slider-wrap .testimonial-image-slider {
    width: 395px;
    position: absolute;
    top: -10px;
    left: 0px;
}

@media only screen and (max-width: 767px) {
    .testimonial-slider-wrap .testimonial-image-slider {
        width: 100%;
        position: inherit;
        bottom: 0px;
        margin-top: 30px;
    }
}

.testimonial-slider-wrap .testimonial-image-slider .sin-testi-image img {
    cursor: pointer;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider-wrap .testimonial-image-slider {
        width: 335px;
        right: 0px;
    }
}

.testimonial-slider-wrap .testimonial-image-slider .slick-list {
    margin: 0 -5px;
}

.testimonial-slider-wrap .testimonial-image-slider .slick-list .sin-testi-image {
    margin: 0 5px;
}

.testi-content.default-overlay:before {
    /* background-color: #3dc2ff; */
    /* background: linear-gradient(90deg, rgba(61,194,255,1) 11%, rgba(23,140,164,1) 48%, rgba(7,42,64,1) 98%); */
    background: linear-gradient(135deg, rgba(61,194,255,1) 15%, rgba(23,140,164,1) 69%, rgba(7,42,64,1) 95%);
    opacity: .95;
}

.testi-big-img img {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .testi-big-img img {
        width: 100%;
        position: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testi-big-img img {
        width: 100%;
        position: static;
    }
}

.testi-content {
    min-height: 450px;
    padding: 50px 30px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testi-content {
        padding: 40px 20px;
        min-height: 410px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testi-content {
        min-height: 420px;
    }
}

@media only screen and (max-width: 767px) {
    .testi-content {
        padding: 30px 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testi-content {
        min-height: 365px;
    }
}

.testi-content .quote-style i {
    position: relative;
    z-index: 9;
    font-size: 18px;
    color: #ffffff;
}

.testi-content .quote-style.quote-left {
    margin-bottom: 16px;
}

.testi-content .quote-style.quote-right {
    text-align: right;
    margin-right: 55px;
    margin-top: 2px;
}

.testi-content p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testi-content p {
        font-size: 14px;
    }
}

.testi-content .testi-info {
    margin-top: 28px;
}

.testi-content .testi-info h5 {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.testi-content .testi-info span {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.testi-content .testi-arrow {
    position: absolute;
    bottom: 27px;
    left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testi-content .testi-arrow {
        bottom: 75px;
    }
}

.testimonial-text-img {
    margin-top: -3px;
    width: 757px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-text-img {
        width: 510px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-text-img {
        width: 345px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-text-img {
        width: 100%;
    }
}

.testimonial-text-img img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-count.count-white {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}



/* ------- 4. Breadcrumb style -----------
-------------------------------------------*/

.breadcrumb-top {
    position: relative;
    z-index: 9;
}

.breadcrumb-top h2 {
    font-weight: bold;
    font-size: 48px;
    margin: 0 0 22px;
    color: #fff;
    z-index: 9;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-top h2 {
        font-size: 35px;
        margin: 0 0 10px;
    }
}

.breadcrumb-top p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    z-index: 9;
    position: relative;
    margin: 0;
    width: 40%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-top p {
        width: 73%;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-top p {
        width: 100%;
    }
}

.breadcrumb-bottom {
    background-color: #3dc2ff;
    padding: 14px 0 12px;
}

.breadcrumb-bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.breadcrumb-bottom ul li a {
    font-weight: 500;
    font-size: 18px;
    color: #f6f6f6;
    line-height: 1;
    margin-right: 15px;
}

.breadcrumb-bottom ul li a:hover {
    color: #fff;
}

.breadcrumb-bottom ul li span {
    font-weight: 500;
    font-size: 18px;
    color: #f6f6f6;
    line-height: 1;
}

.breadcrumb-bottom ul li span i {
    color: #f6f6f6;
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.breadcrumb-top.default-overlay:before {
    background-color: #000;
    opacity: .65;
}

.breadcrumb-top.breadcrumb-overly-2.default-overlay:before {
    background-color: #003218;
    opacity: .76;
}

.breadcrumb-top.breadcrumb-overly-3.default-overlay:before {
    background-color: #000;
    opacity: .3;
}

.breadcrumb-top.breadcrumb-overly-4.default-overlay:before {
    background-color: #000;
    opacity: .73;
}

.breadcrumb-top.breadcrumb-overly-5.default-overlay:before {
    background-color: #000;
    opacity: .65;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-top.pt-100 {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-top.pb-95 {
        padding-bottom: 45px;
    }
}


/*--------- 5. About us page style ------
-----------------------------------------*/

.about-content {
    margin-top: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content {
        margin-top: 0px;
    }
}

.about-content > p {
    line-height: 26px;
    width: 92%;
    margin: 0 0 0 32px;
}

@media only screen and (max-width: 767px) {
    .about-content > p {
        margin: 0 0 0 0px;
    }
}

.about-content .about-btn a.default-btn {
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    margin: 0 0 0 32px;
}

@media only screen and (max-width: 767px) {
    .about-content .about-btn a.default-btn {
        margin: 0 0 0 0px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content .about-btn.mt-45 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .about-img.default-overlay {
        margin-top: 30px;
    }
}

.about-img.default-overlay:before {
    background-color: #000;
    opacity: .5;
}

.about-img.default-overlay img {
    width: 100%;
}

.about-img.default-overlay .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .about-img.default-overlay.about-img-2 {
        margin-top: 0;
    }
}

.about-img.about-img-2.default-overlay::before {
    background-color: #000;
    opacity: 0.61;
}

.about-content-2 p {
    line-height: 26px;
    margin: 0 0 30px;
}

.about-content-2 > img {
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-2 > img {
        width: auto;
    }
}

.about-content-2 .about-btn a.default-btn {
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 2px 8px 0.8px rgba(14, 14, 14, 0.26);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content-2.pr-70 {
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-content-2.pr-70 {
        padding-right: 0;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .about-content-2.pr-70 {
        padding-right: 0;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-img-2.mr-70 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-img-2.mr-70 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-img-2.mr-70 {
        margin-right: 0;
    }
}


/*--------- Team style ---------*/

.single-team {
    position: relative;
}


.single-team .team-content-visible {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    text-align: right;
    padding: 20px 31px 20px 37px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.single-team .team-content-visible h4 {
    color: #3dc2ff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 6px;
}

.single-team .team-content-visible h5 {
    color: #3dc2ff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0px;
}

.single-team .team-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 99;
}

.single-team .team-content-wrap .team-content {
    padding: 42px 33px;
}

.single-team .team-content-wrap .team-content h4 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 6px;
}

.single-team .team-content-wrap .team-content h5 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.single-team .team-content-wrap .team-content p {
    color: #fff;
    line-height: 25px;
    margin: 0;
}

.single-team .team-content-wrap .team-content .team-social {
    margin: 43px 0 0;
}

.single-team .team-content-wrap .team-content .team-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-team .team-content-wrap .team-content .team-social ul li {
    margin: 0 6px 0 0;
}

.single-team .team-content-wrap .team-content .team-social ul li:last-child {
    margin: 0;
}

.single-team .team-content-wrap .team-content .team-social ul li a {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    background-color: #fff;
    display: inline-block;
}

.single-team .team-content-wrap .team-content .team-social ul li a.facebook {
    color: #0054a6;
}

.single-team .team-content-wrap .team-content .team-social ul li a.facebook:hover {
    background-color: #0054a6;
    color: #fff;
}

.single-team .team-content-wrap .team-content .team-social ul li a.twitter {
    color: #38a1f3;
}

.single-team .team-content-wrap .team-content .team-social ul li a.twitter:hover {
    background-color: #38a1f3;
    color: #fff;
}

.single-team .team-content-wrap .team-content .team-social ul li a.google-plus {
    color: #cc3333;
}

.single-team .team-content-wrap .team-content .team-social ul li a.google-plus:hover {
    background-color: #cc3333;
    color: #fff;
}

.single-team:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100%-10px);
    height: calc(100%-10px);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.single-team:after {
    border: 1px solid #3dc2ff;
    background: linear-gradient(135deg, rgba(61,194,255,1) 15%, rgba(23,140,164,1) 69%, rgba(7,42,64,1) 95%);
    opacity: .8;
    left: 12px;
    top: 15px;
    right: 12px;
    bottom: 15px;
    position: absolute;
    content: "";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.single-team:hover .team-content-wrap,
.single-team:hover:before,
.single-team:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.single-team:hover .team-content-visible {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


/*--------- Achivement banner style ---------*/

.single-banner {
    position: relative;
    overflow: hidden;
}

.single-banner .banner-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.single-banner .banner-content {
    position: absolute;
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content {
        left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner .banner-content {
        left: 20px;
    }
}

.single-banner .banner-content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #033333;
    margin: 0 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content h5 {
        margin: 0 0 10px;
    }
}

.single-banner .banner-content h2 {
    font-size: 30px;
    color: #033333;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner .banner-content h2 {
        font-size: 22px;
    }
}

.single-banner .banner-content .banner-shape {
    position: relative;
    margin: 4px 0 48px;
}

.single-banner .banner-content .banner-shape:before {
    position: absolute;
    content: "";
    background-color: #e4e4e4;
    width: 148px;
    height: 1px;
    left: 0;
    bottom: 2px;
}

.single-banner .banner-content .banner-shape img {
    width: 148px;
}

.single-banner .banner-content .banner-btn a.default-btn {
    padding: 17px 30px 17px;
    font-size: 14px;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.38);
    box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.38);
}

.single-banner .banner-content .banner-btn a.default-btn:hover {
    color: #161616;
    background-color: #fff;
}

.single-banner:hover .banner-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-banner.second-banner .banner-content {
    left: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-banner.second-banner .banner-content {
        left: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-banner.second-banner .banner-content {
        left: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner.second-banner .banner-content {
        left: 102px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-banner.second-banner .banner-content {
        left: 280px;
    }
}


/*--------- 6. Study-Abroad Page style -----------
------------------------------------------------*/

.country-wrap {
    position: relative;
}

.country-wrap .country-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.country-wrap .country-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(61,194,255,1) 15%, rgba(23,140,164,1) 69%, rgba(7,42,64,1) 95%);
    opacity: 0;
    z-index: 9;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    pointer-events: none;
}

.country-wrap .country-img a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.country-wrap .country-img span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3dc2ff;
    color: #fff;
    display: block;
    line-height: 1;
    padding: 15px 11px 37px;
    z-index: 99;
}

.country-wrap .country-img span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    height: 0px;
    border-bottom: 17px solid #fafafa;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.country-wrap .country-img .country-name {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 99;
}

.country-wrap .country-img .country-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.country-wrap .country-img .country-name p {
    margin-left: 0px;
    width: calc(25% - 1px);
}

.country-wrap .country-img .country-name p {
    display: inline-block;
    background-color: #333333;
    color: #fff;
    height: 42px;
    width: 100%;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.country-wrap .country-img .country-name p:hover {
    background-color: #3dc2ff;
    color: #fff;
}

.country-wrap:hover .country-name {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.country-wrap:hover .country-img img {
    -webkit-transform: scaleY(1.2);
    -ms-transform: scaleY(1.2);
    transform: scaleY(1.2);
}

.country-wrap:hover .country-img:before {
    opacity: .3;
}


/*--------- 7. Stydy in abroad / Details page style ---------
-----------------------------------------------------------------*/

.universities h3 {
    font-weight: bold;
    font-size: 24px;
    margin: 30px 0 19px;
    color: #3dc2ff;
    line-height: 38px;
}

@media only screen and (max-width: 767px) {
    .universities h3 {
        font-size: 20px;
        line-height: 33px;
    }
}
.university-slider-active img {
    height: 300px;
}
.nav-style-3.owl-carousel .owl-nav div {
    background-color: #fff;
    color: #3dc2ff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px 50px 50px 0px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    box-shadow: 0px 6px 12px 0.8px rgba(177, 177, 177, 0.38);
    left: 0px;
    opacity: 1;
    visibility: visible;
}

.nav-style-3.owl-carousel .owl-nav div:hover {
    background-color: #3dc2ff;
    color: #fff;
}

.nav-style-3.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 0px;
    border-radius: 50px 0 0 50px;
}


/*--------------8. Serivce page style ------------- 
--------------------------------------------------*/

.service-area .service-desc h3,
.service-area .service-desc p {
    color: #fff;
}

.services .service-area {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.services .service-overlay.default-overlay::before {
    opacity: .8;
    background-color: #000;
}

.single-choose-us2 i {
    font-size: 50px;
    color: #fff;
    padding: 15px;
    /* background-color: gray; */
    background: linear-gradient(135deg, rgba(61,194,255,1) 15%, rgba(23,140,164,1) 69%, rgba(7,42,64,1) 95%);
    border-radius: 20px;
}

.single-choose-us2 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 37px 0 16px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-choose-us2 h4 {
        font-size: 16px;
    }
}

.single-choose-us2 p {
    line-height: 23px;
    margin: 0;
}

.single-choose-us2:hover i {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
    animation: 500ms ease-in-out 0s normal none 1 running tada;
}

.choose-padding {
    padding-right: 68px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .choose-padding {
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-padding {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .choose-padding {
        padding-right: 0px;
    }
}


/* ------------- 9. Testimonial page style ------------- 
----------------------------------------------------*/

.testimonial-page .c-testimonials .testimonial {
    border-right: 4px solid #2A3D7D;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial-page .c-testimonials .testimonial:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-top: 25px solid #3dc2ff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}

.testimonial-page .c-testimonials .testimonial:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-top: 25px solid #3dc2ff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}

.testimonial-page .p-testimonials .testimonial {
    border-left: 4px solid #2A3D7D;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 130px;
    margin: 0 15px 30px 15px;
    overflow: hidden;
    position: relative;
}

.testimonial-page .p-testimonials .testimonial:before {
    content: "";
    position: absolute;
    top: -4px;
    right: -17px;
    border-top: 25px solid #3dc2ff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(225deg);
}

.testimonial-page .p-testimonials .testimonial:after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -17px;
    border-top: 25px solid #3dc2ff;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(315deg);
}

.testimonial-page .testimonial .pic {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial-page .testimonial .pic img {
    width: 100%;
    height: 100%;
}

.testimonial-page .testimonial .description {
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}

.testimonial-page .testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3dc2ff;
    margin: 0;
}

.testimonial-page .testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #bfebff;
    font-style: italic;
}


/*--------- 10. Contact page style ---------
-------------------------------------*/

.contact-map {
    border: 10px solid #3dc2ff;
    border-right: none;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-form {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form {
        margin-top: 40px;
    }
}

.contact-form .contact-title h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 0 0 31px;
}

.contact-form .contact-title h5 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 31px;
}

@media only screen and (max-width: 767px) {
    .contact-form .contact-title h2 {
        font-size: 35px;
    }
}

.contact-form .contact-title h2 span,
.contact-form .contact-title h5 span {
    font-weight: 400;
    color: #3dc2ff;
}

.contact-form .contact-title p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.contact-form form input {
    border: 1px solid #eeeeee;
    font-size: 13px;
    color: #333;
    background: transparent;
    padding: 2px 20px;
    margin-bottom: 25px;
}

.contact-form form textarea {
    border: 1px solid #eeeeee;
    font-size: 13px;
    color: #333;
    background: transparent;
    height: 135px;
    padding: 17px 20px;
}

.contact-form form button {
    padding: 0;
    border: none;
    font-size: 16px;
    font-weight: bold;
    color: #3dc2ff;
    background-color: #fff;
    line-height: 1;
    display: inline-block;
    -webkit-box-shadow: 0px 2px 8px 0.8px rgba(14, 14, 14, 0.26);
    box-shadow: 0px 2px 8px 0.8px rgba(14, 14, 14, 0.26);
    padding: 23px 40px 20px;
    border-radius: 50px;
    margin-top: 47px;
}

@media only screen and (max-width: 767px) {
    .contact-form form button {
        margin-top: 30px;
    }
}

.contact-form form button:hover {
    color: #fff;
    background-color: rgba(23,140,164,1);
}

.contact-form p.form-messege {
    margin-top: 10px;
}

.contact-info-area.default-overlay:before {
    background-color: #02150b;
    opacity: .79;
}

.single-contact-info .contact-info-icon {
    margin-bottom: 30px;
}

.single-contact-info .contact-info-icon span {
    position: relative;
}

.single-contact-info .contact-info-icon span i {
    font-size: 16px;
    color: #fff;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 100%;
    background-color: #005b2c;
    position: relative;
    display: inline-block;
    z-index: 9;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.single-contact-info .contact-info-icon span:before {
    position: absolute;
    left: -3px;
    top: -24px;
    content: "";
    background-color: #3dc2ff;
    width: 70px;
    height: 70px;
    border-radius: 100%;
}

.single-contact-info > p,
.single-contact-info > a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.single-contact-info .contact-info-phn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-contact-info .contact-info-phn .info-phn-title span {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}

.single-contact-info .contact-info-phn .info-phn-number p {
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px;
}

.single-contact-info > a:hover {
    color: #3dc2ff;
}

.single-contact-info:hover .contact-info-icon span i {
    background-color: #fff;
    color: #005b2c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-map.mr-70 {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-map.mr-70 {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .contact-map.mr-70 {
        margin-right: 0;
    }
}


/*--------- 11. footer area style ---------
-------------------------------------*/

.footer-top.default-overlay:before {
    background-color: #253d47;
    opacity: .89;
}

@media only screen and (max-width: 767px) {
    .footer-top.pb-80 {
        padding-bottom: 20px;
    }
}

.footer-widget .footer-title h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 36px;
    padding: 0 0 14px;
}

.footer-widget .footer-title h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    background-color: #3dc2ff;
}

.footer-widget .footer-about p {
    color: #fff;
    line-height: 23px;
    margin: -10px 0 0;
}

.footer-widget .footer-address p {
    color: #fff;
    line-height: 23px;
    margin: -10px 0 0;
}

.footer-widget .f-contact-info {
    margin-top: 16px;
}

.footer-widget .f-contact-info .single-f-contact-info {
    margin-bottom: 9px;
}

.footer-widget .f-contact-info .single-f-contact-info:last-child {
    margin-bottom: 0;
}

.footer-widget .f-contact-info .single-f-contact-info i {
    color: #ebebeb;
    font-size: 15px;
    margin-right: 6px;
}

.footer-widget .f-contact-info .single-f-contact-info span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.footer-widget .footer-list {
    margin-top: -10px;
}

.footer-widget .footer-list ul li {
    margin-bottom: 8px;
}

.footer-widget .footer-list ul li:last-child {
    margin-bottom: 0;
}

.footer-widget .footer-list ul li a {
    color: #fff;
    display: block;
}

.footer-widget .footer-list ul li a:hover {
    color: #3dc2ff;
}

.footer-widget .subscribe-style p {
    color: #fff;
    line-height: 23px;
    margin: -10px 0 13px;
}

.footer-widget .subscribe-style .subscribe-form form input {
    background: #ffffff;
    border: none;
    height: 43px;
    padding: 2px 20px;
    font-size: 14px;
    color: #333;
}

.footer-widget .subscribe-style .subscribe-form form .mc-news {
    display: none;
}

.footer-widget .subscribe-style .subscribe-form form .clear input {
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    color: #3dc2ff;
    height: auto;
    padding: 9px 40px;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: .5px;
}

.footer-widget .subscribe-style .subscribe-form form .clear input:hover {
    background-color: #3dc2ff;
    color: #fff;
}

.negative-mrg-30 {
    margin-left: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .negative-mrg-30 {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .negative-mrg-30 {
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .negative-mrg-30 {
        margin-left: 0px;
    }
}

.footer-bottom {
    background: linear-gradient(81deg, rgba(23,140,164,1) 25%, rgba(61,194,255,1) 96%);
}

.copyright p {
    color: #fff;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .copyright p {
        text-align: center;
        margin: 0 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .copyright p {
        text-align: center;
        margin: 0 0 5px;
    }
}

.copyright p a {
    text-transform: uppercase;
}

.copyright p a:hover {
    color: #ddd;
}

.footer-menu-social {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-menu-social {
        float: inherit;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer-menu-social {
        float: inherit;
        display: block;
        text-align: center;
    }
}

.footer-menu-social .footer-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
}

@media only screen and (max-width: 767px) {
    .footer-menu-social .footer-menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-menu-social .footer-menu ul li {
    margin-right: 15px;
}

.footer-menu-social .footer-menu ul li:last-child {
    margin-right: 0px;
}

.footer-menu-social .footer-menu ul li a {
    color: #fff;
}

.footer-menu-social .footer-menu ul li a:hover {
    color: #ddd;
}

.footer-menu-social .footer-social {
    margin-left: 34px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .footer-menu-social .footer-social {
        margin-left: 0px;
        margin-top: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.footer-menu-social .footer-social:before {
    position: absolute;
    left: -16px;
    content: "";
    height: 13px;
    background-color: #fff;
    width: 1px;
    top: 7px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-menu-social .footer-social:before {
        display: none;
    }
}

.footer-menu-social .footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-menu-social .footer-social ul li {
    margin-left: 6px;
}

.footer-menu-social .footer-social ul li:first-child {
    margin-right: 0;
}

.footer-menu-social .footer-social ul li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
}

.footer-menu-social .footer-social ul li a.facebook {
    color: #0054a6;
}

.footer-menu-social .footer-social ul li a.facebook:hover {
    background-color: #0054a6;
    color: #fff;
}

.footer-menu-social .footer-social ul li a.twitter {
    color: #38a1f3;
}

.footer-menu-social .footer-social ul li a.twitter:hover {
    background-color: #38a1f3;
    color: #fff;
}

.footer-menu-social .footer-social ul li a.google-plus {
    color: #cc3333;
}

.footer-menu-social .footer-social ul li a.google-plus:hover {
    background-color: #cc3333;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-top.pt-130 {
        padding-top: 120px;
    }
}

/* Color  3dc2ff universities .single-team .team-img img custom-col-5/